projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbd2ef7
)
(forward_to_next_line_start): Remove xassert.
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 29 Jan 2001 16:28:36 +0000
(16:28 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 29 Jan 2001 16:28:36 +0000
(16:28 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index dffef44f487463b681e5818c477d7305c2255da9..149741d985703ea701d5b6234cf402a57f7ceed2 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-3547,7
+3547,6
@@
forward_to_next_line_start (it, skipped_p)
}
it->selective = old_selective;
- xassert (!newline_found_p || FETCH_BYTE (IT_BYTEPOS (*it) - 1) == '\n');
return newline_found_p;
}